var runtime.goroutineProfile

21 uses

	runtime (current package)
		coro.go#L232: 	if goroutineProfile.active {
		mprof.go#L1326: var goroutineProfile = struct {
		mprof.go#L1378: 	semacquire(&goroutineProfile.sema)
		mprof.go#L1401: 		semrelease(&goroutineProfile.sema)
		mprof.go#L1415: 	goroutineProfile.offset.Store(1)
		mprof.go#L1422: 	goroutineProfile.active = true
		mprof.go#L1423: 	goroutineProfile.records = p
		mprof.go#L1424: 	goroutineProfile.labels = labels
		mprof.go#L1452: 	endOffset := goroutineProfile.offset.Swap(0)
		mprof.go#L1453: 	goroutineProfile.active = false
		mprof.go#L1454: 	goroutineProfile.records = nil
		mprof.go#L1455: 	goroutineProfile.labels = nil
		mprof.go#L1480: 	semrelease(&goroutineProfile.sema)
		mprof.go#L1559: 	offset := int(goroutineProfile.offset.Add(1)) - 1
		mprof.go#L1561: 	if offset >= len(goroutineProfile.records) {
		mprof.go#L1576: 	systemstack(func() { saveg(^uintptr(0), ^uintptr(0), gp1, &goroutineProfile.records[offset], pcbuf) })
		mprof.go#L1578: 	if goroutineProfile.labels != nil {
		mprof.go#L1579: 		goroutineProfile.labels[offset] = gp1.labels
		proc.go#L3254: 	if goroutineProfile.active {
		proc.go#L4698: 		if goroutineProfile.active {
		proc.go#L5108: 		if goroutineProfile.active {